home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / winlib.lzh / WINLIB / TEST.PRJ < prev    next >
Encoding:
Text File  |  1994-07-24  |  1.7 KB  |  53 lines

  1. ; Project file for test accessory with WinLib
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Written by Karl Anders 0ygard (karlo@ifi.uio.no)
  5. ;         and Ken Hollis (khollis@bitsink.gbdata.com)
  6. ;
  7. ; If you intend to use this project file with Turbo C, change references
  8. ; to PC* libraries to TC*.
  9.  
  10. D:\BITGATE\DEV\WINLIB\TEST.PRG
  11.  
  12. =
  13.  
  14. D:\BITGATE\DEV\PURE_C\LIB\PCSTART.O        ; Pure C Header file
  15.  
  16. test.o
  17.  
  18. alert.c        ; Custom alert box
  19. appl.c        ; Custom appl_getinfo routine
  20. ; cpanel.c    ; Global Control Panel
  21. cookies.c    ; Cookie Get/Set routines
  22. desktop.c    ; Desktop icon handling routines
  23. dialog.c    ; Dialog box handling
  24. dispatch.c    ; Dispatch calling routines
  25. extndobj.c    ; Extended Object Type fix routines
  26. formkbd.c    ; Form keyboard routine
  27. globhelp.c    ; Global help routine
  28. image.c        ; Image scaling routines
  29. menu.c        ; Windowed menu routines
  30. message.c    ; Custom send message to GEM routine
  31. modal.c        ; Modal (non-windowed) dialog box routines
  32. mouse.c        ; Custom mouse form routines
  33. objects.c    ; Object routines
  34. popup.c        ; Popup menu bar routines
  35. resource.c    ; Resource handling routines
  36. sizing.c    ; Sizing fix routine
  37. sliders.c    ; Slider routines
  38. text.c        ; Windowed Text routines
  39. timer.c        ; Timer routines
  40. tools.c        ; WinLIB Pro tools
  41. windows.c    ; Window handling
  42. winlib.c    ; WinLIB Pro
  43. xaes.c        ; eXtensions to AES
  44. xvdi.c        ; eXtensions to VDI
  45.  
  46. nkcc_tos.o    ; Normalized Keyboard Conversion Codes for TOS
  47.  
  48. D:\BITGATE\DEV\PC\LIB\PCSTDLIB.LIB    ; standard library
  49. D:\BITGATE\DEV\PC\LIB\PCGEMLIB.LIB    ; GEM library
  50. ; D:\BITGATE\DEV\PC\LIB\PCNGMLIB.LIB    ; New GEM library
  51. D:\BITGATE\DEV\PC\LIB\PCEXTLIB.LIB    ; Extended file library
  52. D:\BITGATE\DEV\PC\LIB\PCTOSLIB.LIB    ; TOS library
  53.